home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / lanscrip.zip / PBPLUS.BAT < prev    next >
DOS Batch File  |  1992-04-11  |  192b  |  12 lines

  1. @echo off
  2. :start
  3. net/noerror logout server
  4. net login \\server pbplus
  5. net use m: \\server\pbplus
  6. m:
  7. @echo I'm loading PAINT BRUSH IV PLUS PLEASE WAIT
  8. call paint
  9. c:
  10. call logout >nul
  11.  
  12.